body, html {
  width: 100%;
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Heiti SC, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  word-break: break-word;
}

.crumbs{
  color: rgba(0, 0, 0, 0.4);
  line-height: 45px;
  font-size: 15px;
}
.crumbs a{
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.course_container {
  width: 1150px;
  margin: 0 auto;
  /*z-index: 3;*/
  position: relative;
  box-sizing: border-box;
}
.course_container .content{
  margin-top: 1px;
}
.input-wrap {
  margin-top: 49px; }
  .input-wrap .input-row {
    width: 370px;
    margin: 0 auto 16px;
    position: relative;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex; }
    .input-wrap .input-row input {
      width: 100%;
      height: 48px;
      font-size: 16px;
      text-indent: 62px;
      outline: none;
      border: 1px solid #b6b6b6;
      border-radius: 5px; }
      .input-wrap .input-row input:focus {
        border-color: #d80c18; }
    .input-wrap .input-row .code-btn {
      width: 132px;
      height: 48px;
      text-align: center;
      line-height: 48px;
      flex: 1 0 auto;
      color: #b1b1b1;
      font-size: 16px;
      margin-left: 9px;
      background-image: linear-gradient(180deg, white 0%, #fcfcfc 4%, #f9f9f9 59%, #f7f6f6 61%, #f5f3f2 100%), linear-gradient(#b1b1b1, #b1b1b1);
      border-radius: 5px;
      border: 1px solid #d0d0d0; }
    .input-wrap .input-row:before {
      content: '';
      position: absolute;
      left: 2px;
      top: 2px;
      width: 46px;
      height: 46px;
      background: #fbfbfb url("../Images/name-icon.png") no-repeat center center/20px 20px; }
    .input-wrap .input-row.pass-icon:before {
      background-image: url("../Images/pass-icon.png"); }
    .input-wrap .input-row.code-icon:before {
      background-image: url("../Images/pass-icon.png"); }

.localnav {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-around;
}
  .localnav li {
    float: left;
    color: #123642;
    line-height: 45px;
    text-align: center;
    width: 126px;
    font-size: 18px;
  }

.localnav #xxztc{
  background: #d12c32;
  color: #fff;
  border-bottom: 2px solid #d12c32;
text-align: left;
  position: relative;
width: 255px;
}
.localnav #xxztc img{
  width: 40px; 
  position: absolute;
  top: 8px;
  left: 35px;
}

.localnav #xxztc .xxztc-wz{
  font-size: 20px;
  margin-left: 90px;
  color: #fff;
  line-height: 50px;
}
    .localnav li.sep {
      margin: 0 16px; }

.com-header {
    height: 105px;
    /*margin-bottom: 20px;*/
    background-color: #fff;
    min-width: 100%; }
  .com-header .course_container {
    height: 100%; }
  .com-header .logo {
    float: left;
    display: block;
    padding-top: 22px;
  }
  .com-header .com-wrap {
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
  }

    .top-wrap{
      float: right;
      padding-left: 110px;
      height: 40px;
    }
    .top-wrap span{
       color: #5f6d64;
    }
    .com-header .com-wrap  a {
        font-size: 14px;
      }
    .com-header .com-wrap .nav-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      -webkit-align-items: center;
      align-items: center;
    }
      .com-header .com-wrap .nav-wrap li {
        font-size: 16px;
        letter-spacing: 0.6px;
        color: #123642;
        margin:0 8px;
        margin-top: 10px;
      }
        .com-header .com-wrap .nav-wrap li img{width: 33px;}
    .com-header .com-wrap .icon-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center; }
      .com-header .com-wrap .icon-wrap .wrap-item {
        margin-left: 22px;
        position: relative; }
        .com-header .com-wrap .icon-wrap .wrap-item:first-child {
          border-left: 1px solid rgba(79, 79, 79, 0.5);
          padding-left: 64px;
          margin-left: 60px;
          margin-right: 16px; }
        .com-header .com-wrap .icon-wrap .wrap-item i {
          position: absolute;
          width: 16px;
          height: 16px;
          display: block;
          line-height: 16px;
          text-align: center;
          font-size: 11px;
          color: #fff;
          background-color: #dc615d;
          border-radius: 16px;
          right: -20px;
          top: -8px; }

 

.index-swiper .swiper-slide > div {
  width: 100%;
  height: 100%; }

.index-swiper .swiper-slide > div > img {
  width: 100%;
  height: 100%;
  display: block;
}

.index-page .content .cate-menu {
  width: 233px;
  height: 438px;margin-top: -1px; 
  float: left;
  box-sizing: border-box; 
  position: absolute;
z-index: 100;
/*z-index: 11111111;*/
/*background: url('../Picture/a_034.png') center center no-repeat;*/
background: rgba(0,0,0,0.5); 
}
.index-page .ny .cate-menu{
  background: #fff;
}

.index-page .content .cate-menu li{
  width: 233px;
}

    .index-page .content .cate-menu li .cover .rightcover ul li a {
          font-size: 14px;
          color: #898989;
          display: block;
          padding-right: 10px;
          padding-left:1px; 
          height: 35px;
          line-height: 35px;
          width: 310px;
          position: relative;
          margin-right: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
  .index-page .content .cate-menu li .zi-menu {
      font-size: 16px;
      display: block;
      height: 63px;
      line-height: 30px;
      padding-left: 25px;
      /*padding-top: 10px;*/
      /*padding-bottom: 15px;*/
      color: #fff;
  }
    .index-page .content .cate-menu li  h2{
        text-align: left;
        font-size: 14px;
        font-weight: normal;
    }
    .index-page .content .cate-menu li  h2 a{
       color: #fff;
    }
    .index-page .content .cate-menu li .zi-menu h1{
      font-size: 16px;
      padding-top: 5px;
      /*padding-bottom: 10px;*/
    }
  .index-page .content .cate-menu li .zi-menu p{
          font-size: 14px;
          color: #807b78;
          width: 62px;
          float: left;
          text-align: center;
          border-right: 1px solid #807b78;
          height: 15px;
          line-height: 15px;
    }.index-page .content .cate-menu li .zi-menu div{
      margin-left: -14px;
    }
    .index-page .content .cate-menu li .zi-menu p:last-child{
      border-right: none;
    }
    .index-page .content .cate-menu li .zi-menu div:last-child{
      /*margin-left: -25px;*/
    }
    .index-page .content .cate-menu li:last-child > a p{
      font-size: 15px;
     color: #807b78;
     width: 100px; 
      float: left;
      text-align: center;
    }
    .index-page .content .cate-menu li .zi-menu .arrow-icon {
      width: 8px;
      height: 11px;
      display: inline-block;
      float: right;
      margin-top: -5px;margin-right: 5px;
      background: url("../Images/arrow_nor.png") no-repeat center center/8px 11px; }
  .index-page .content .cate-menu li .cover {
    position: absolute;
    width: 900px;
    height: 438px;
    background-color: #fff;
    left: 232px;
    top: 0;
    z-index: -1;
    /*transition: all 0.2s;*/
    opacity: 0; 
    display: none;
    overflow: hidden;
  }
    .index-page .content .cate-menu li .cover dl{
      padding: 10px 0 0 34px; }
.index-page .content .cate-menu li .cover ul {
      padding: 5px 0 0 50px; }
.index-page .content .cate-menu li .cover ul li{
      list-style: disc;
      font-size: 16px;
          color: #898989; 
          padding-right: 10px; 
          height: 35px;
          line-height: 35px;
          width: 100%;
          margin-right: 10px;
          cursor: pointer;

}
      .index-page .content .cate-menu li .cover dl dt {
          font-size: 18px;
          color: #3d3d3d;
          line-height: 40px;
          cursor: pointer;
      }
      .index-page .content .cate-menu li .cover dl dd {
        width: 470px;
        text-align: left;
      }

      .index-page .content .cate-menu li .cover .leftcover{
        width: 505px;
        float: left;
      }.index-page .content .cate-menu li .cover .rightcover{
        width: 395px;
        float: left;
      }
      .index-page .content .cate-menu li .cover .leftcover h3 a{
          font-size: 16px;
      }
      .index-page .content .cate-menu li .cover .leftcover h4 a{
        font-size: 14px;
      }
 
        .index-page .content .cate-menu li .cover dl dd a {
          font-size: 16px;
          color: #898989;
          display: inline-block;
          padding-right: 10px;
          line-height: 30px;
          /*width: 130px;*/
          position: relative;
          margin-right: 10px; }
  .index-page .content .cate-menu li:hover .zi-menu {
      background: #fff;
      color: #3d3d3d;
  }
  .index-page .content .cate-menu li:hover h2 a{
      color: #3d3d3d;
  }
    .index-page .content .cate-menu li:hover > a .arrow-icon {
      background-image: url("../Images/arrow_sel.png"); }
  .index-page .content .cate-menu li:hover .cover {
    opacity: 1;
    z-index: 1000;
    display: block; }
  .index-page .content .cate-menu li.current > a {
    background: #fff;
    color: #3d3d3d; }
    .index-page .content .cate-menu li.current > a .arrow-icon {
      background-image: url("../Images/arrow_sel.png"); }

/*内页头部20220902*/
.index-page .localnav .left_menu .nav_ej:hover > .cover{
  opacity: 1;
  z-index: 1000;
  display: block;
}
.index-page .localnav .left_menu .nav_ej .cover{
      position: absolute;
      height: 500px;
      background-color: #fff;
      left: 160px;
      top: 0;
      z-index: -1;
      /* transition: all 0.2s; */
      opacity: 0;
      display: block;
      overflow: hidden;
      border-bottom-right-radius: 5px;
      box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
      -moz-box-shadow: 0 1px 3px rgba(0,0,0,.3);
      -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 30%);
}
.index-page .localnav .left_menu .nav_ej .cover .leftcover {
  width: 650px;
  float: left;
}
.index-page .localnav .left_menu .nav_ej .cover div {
  padding: 0px 0 0 20px;
}
.index-page .localnav .left_menu .nav_ej .cover div p{
      font-size: 18px;
      color: #3d3d3d;
      cursor: pointer;
}
.index-page .localnav .left_menu .nav_ej .cover div div {
  text-align: left;
}

.index-page .localnav .left_menu .nav_ej .cover div div a {
  font-size: 16px;
  color: #898989;
  display: initial;
  padding-right: 10px;
  height: 35px;
  line-height: 35px;
  /* width: 130px; */
  position: relative;
  margin-right: 10px;
  background: none;
}
.index-page  .left_menu .nav_ej .cover div div a{
    font-weight: normal;
    color: #898989;
}


.index-page .content .index-swiper {
  width: 992px;
  height: 410px; }
.index-page .sub-content {
  margin-top: 17px; }
  .index-page .sub-content .first {
    width: 234px;
    height: 170px;
    background-color: #5f5750;
    float: left; }
    .index-page .sub-content .first a {
      display: inline-block;
      width: 50%;
      height: 50%;
      float: left;
      color: #cdcac8;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .index-page .sub-content .first a span {
        font-size: 12px; }
      .index-page .sub-content .first a img {
        margin-bottom: 8px; }
  .index-page .sub-content .box {
    width: 315px;
    height: 170px;
    margin-left: 15px;
    float: left; }
    .index-page .sub-content .box img {
      display: block;
      width: 100%;
      height: 100%; }
.index-page .course_box {
  width: 1226px;
  border-radius: 10px;
  border: solid 1px #e6e6e6;
  background: #fff;
  margin-top: 32px;
  overflow: hidden; }
  .index-page .course_box > h1 {
    height: 60px;
    line-height: 60px;
    padding-left: 28px;
    background-color: #fafafa;
    border-bottom: 1px solid #e6e6e6; }
  .index-page .course_box .course_wrap .course_item {
    float: left;
    width: 305px;
    height: 434px;
    text-align: center;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6; }
    .index-page .course_box .course_wrap .course_item img {
      width: 227px;
      height: 182px;
      background: lightgray;
      display: block;
      margin: 76px auto 16px; }
    .index-page .course_box .course_wrap .course_item h3 {
      font-size: 16px;
      font-weight: normal;
      letter-spacing: 0.6px;
      color: #3c3d3d; }
    .index-page .course_box .course_wrap .course_item p {
      font-size: 14px;
      letter-spacing: 0.6px;
      margin: 10px 0;
      color: #898989;
      min-height: 14px; }
    .index-page .course_box .course_wrap .course_item i {
      height: 20px;
      display: inline-block;
      border-radius: 10px;
      border: 1px solid #9a9a9a;
      line-height: 20px;
      padding-left: 28px;
      padding-right: 12px;
      background: url("../Images/date-icon.png") no-repeat left 4px center/13px;
      font-size: 13px;
      letter-spacing: 0.5px;
      color: #9a9a9a; }
    .index-page .course_box .course_wrap .course_item div {
      font-size: 18px;
      letter-spacing: 0.7px;
      color: #de4037;
      margin-top: 32px; }
    .index-page .course_box .course_wrap .course_item:nth-child(4n) {
      border-right: none; }

.index-swiper{
  position: relative;
  /*background: url('../Picture/w_02.jpg') center center no-repeat;*/
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.hot{
  background: url('../Picture/ztc_11.png') center center no-repeat;
  width: 39px;
  height: 22px;
  position: absolute;
  top: -10px;
  right: -10px;
  background-size: 70%;
}
#wrapp{background: #fff;}
.fixDiv{
    position: fixed;
    width: 100%;
    margin: 0 auto;
    left: unset;
    top: 0;
    z-index: 9999999;
    box-shadow: 0 0px 5px #ccc;
}
/*.banner_info{display: none;}*/
.sxbanner{margin-top: 5px;}

.left_c{display: none;}
.none{display: none}